
Command Line: diskspd.exe -c10G -t2 -d60 -o16 -b64k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 65536
		using random I/O (alignment: 65536)
		number of outstanding I/O operations: 16
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   1.82%|   0.13%|    1.69%|  98.16%
   1|   1.09%|   0.21%|    0.89%|  98.92%
-------------------------------------------
avg.|   1.46%|   0.17%|    1.29%|  98.54%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       951582720 |        14520 |      15.12 |     241.97 |   67.062 |   126.459 | test.dat (10240MB)
     1 |       936050688 |        14283 |      14.88 |     238.02 |   68.171 |   124.794 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1887633408 |        28803 |      30.00 |     479.99 |   67.612 |   125.637

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       758382592 |        11572 |      12.05 |     192.84 |   61.183 |   106.056 | test.dat (10240MB)
     1 |       747110400 |        11400 |      11.87 |     189.97 |   62.816 |   106.550 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1505492992 |        22972 |      23.93 |     382.82 |   61.994 |   106.304

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       193200128 |         2948 |       3.07 |      49.13 |   90.139 |   184.243 | test.dat (10240MB)
     1 |       188940288 |         2883 |       3.00 |      48.04 |   89.343 |   178.050 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         382140416 |         5831 |       6.07 |      97.17 |   89.745 |   181.208


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.049 |      0.051 |      0.049
   25th |      0.162 |      0.566 |      0.169
   50th |     25.847 |     14.124 |     22.160
   75th |     65.525 |     74.852 |     66.398
   90th |    192.793 |    289.499 |    210.890
   95th |    277.073 |    433.176 |    304.340
   99th |    496.787 |    873.080 |    597.896
3-nines |    921.573 |   1618.991 |   1072.489
4-nines |   1078.270 |   1645.318 |   1637.306
5-nines |   1161.568 |   1645.318 |   1645.318
6-nines |   1161.568 |   1645.318 |   1645.318
7-nines |   1161.568 |   1645.318 |   1645.318
8-nines |   1161.568 |   1645.318 |   1645.318
9-nines |   1161.568 |   1645.318 |   1645.318
    max |   1161.568 |   1645.318 |   1645.318
